home *** CD-ROM | disk | FTP | other *** search
/ Acorn Collectors / Acorn Collectors CD 1.iso / acorn / ftp / docs / ACORNUSR / 1990 / MAR90 < prev    next >
Encoding:
Text File  |  1995-02-24  |  3.6 KB  |  75 lines

  1. * The Master 128 has View (Word processor) and ViewSheet (Spreadsheet) 
  2. built into the operating system . Although the Welcome guide covers these
  3. two areas briefly separate manuals for both products are available from
  4. Acorn which describe how to use both the packages in depth. The manuals cost
  5. £10.00 each and can be obtained from any Acorn Dealer.
  6.  
  7. * We still receive a lot of enquires from people who suddenly find their
  8. Master 128 or Archimedes is behaving in a strange way. We find that in the
  9. majority of these cases the batteries which keep the CMOS powered while the
  10. computer is off are completely flat. Please remember that the batteries
  11. should be changed every 12 months to be totally safe. The cost of the
  12. replacement battery unit for the Master 128 is £4.60 from any Acorn dealer.
  13. The fitting of the replacement battery unit is extremely easy and can be
  14. performed by experienced users. The Acorn product code for this item is
  15. ADT16,Acorn do not recommend the use of any other replacement battery unit.
  16. The Archimedes range of machines requires two, leak proof, size AA
  17. replacement batteries. The A3000 is fitted with a rechargable battery and
  18. therefore does not need replacing.
  19.  
  20. * A number of people  have asked how they can view all the sprites that are
  21. stored in the RISC OS ROMS. The following small BASIC program will save the
  22. sprites onto disc in the $ directory as the filename 'WSprites', they can
  23. then be loaded into !Paint under the Desktop.
  24.  
  25. 10 SYS "Wimp_BaseOfSprites" TO a%  
  26. 20 SYS "OS_SpriteOp", &10C, a%, "$.WSprites"
  27.  
  28. * It has been brought to our attention that the Notify facilities provided
  29. by the Network filing system under RISC OS can cause headaches for teachers.
  30. The ability to send messages from one machine to another is a useful
  31. facility for a Network Manager, but when this is extended to Network Users
  32. it soon becomes apparent that this can be abused. It is possible to protect
  33. the machines against receiving the notify messages. To turn the protection
  34. on use the following call:
  35.  
  36. SYS &4000E, &10, %100011111
  37.  
  38. To turn the protection off use:
  39.  
  40. SYS &4000E, 0, %100001111
  41.  
  42. Attempting to send a message to a protected station will now produce the
  43. error message 'Station ### not listening".
  44.  
  45. * When using the Desktop environment you are quite often deleting strings of
  46. text in writable menus eg. when renaming a file. A quick way to remove the
  47. string that already exists is to use CTRL U, which will delete the whole
  48. string in one action.
  49.  
  50. * Please remember that Acorn's Customer Services department are unable to
  51. deal with technical enquiries via the telephone. If you need to make a
  52. technical enquiry regarding one of Acorns products and your local dealer is
  53. unable to help, please write giving full details of your system and and the
  54. problem you have experienced. This will enable us to deal with the enquiries
  55. effectively.
  56.  
  57. * A number of people have experienced problems when fitting the Acorn 1772
  58. disc upgrade to BBC Model B's. The problems are caused by the step times of
  59. the 1772 chip, which are faster than the 1770 chip. There are links on the
  60. keyboard of the BBC to allow to you change the step time. The link settings
  61. are as follows:
  62.  
  63. Link 3    Link 4    Step time     Step time
  64.                      1772          1770
  65.  
  66.   0          0         6ms           6ms
  67.   1          0        12ms          12ms   
  68.   0          1         2ms          20ms
  69.   1          1         3ms          30ms
  70.  
  71. Setting link 3 and not link 4 will give you the slowest step time possible
  72. with the 1772. You should avoid setting the step time of a standard 5.25
  73. inch disc drive to 2 or 3ms with the 1772 chip, as most drives will not work
  74. at these speeds.
  75.